From c0370da55d9fd7e9810d94e5cbc3054154daa376 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 1 May 2006 17:43:13 +0000 Subject: [PATCH] Constify route_head arg to track_recompute. --- gpsbabel/defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index 268093706..170f3edf7 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -429,6 +429,7 @@ void track_backup(signed int *count, queue **head_bak); void track_restore( queue *head_bak); void track_append( queue *src ); void route_flush( queue *head ); +void track_recompute( const route_head *trk); /* * All shortname functions take a shortname handle as the first arg. -- 2.30.2